runtime.gcWork.bytesMarked (field)
8 uses
runtime (current package)
mgcmark.go#L1340: gcw.bytesMarked += uint64(n)
mgcmark.go#L1494: gcw.bytesMarked += uint64(span.elemsize)
mgcmark.go#L1580: gcw.bytesMarked += uint64(size)
mgcwork.go#L79: bytesMarked uint64
mgcwork.go#L270: if w.bytesMarked != 0 {
mgcwork.go#L275: atomic.Xadd64(&work.bytesMarked, int64(w.bytesMarked))
mgcwork.go#L276: w.bytesMarked = 0
mwbbuf.go#L259: gcw.bytesMarked += uint64(span.elemsize)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |